home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Oxygen Multimedia Graphics 22
/
Oxygen Multimedia Graphics 22.iso
/
pc
/
System
/
OX22
/
PDC_70_Open_all_images.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2008-03-12
|
270 b
|
12 lines
global ds, goUp, pickTemplate
on mouseUp
file2open = the moviePath & goUp & "Artwork" & ds & " Original Art"
baOpenFile(file2open, EMPTY)
if the platform contains "Mac" then
Ok = baActivateWindow(baFindWindow("MACS", EMPTY))
else
nothing()
end if
end